home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TABORTDIALOG / TABORTDIALOG.txt
Text File  |  2004-12-09  |  549b  |  28 lines

  1. object AbortDialog: TAbortDialog
  2.   Left = 192
  3.   Top = 108
  4.   BorderIcons = [biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printing'
  7.   ClientHeight = 98
  8.   ClientWidth = 174
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object btnCancel: TButton
  18.     Left = 48
  19.     Top = 32
  20.     Width = 75
  21.     Height = 25
  22.     Caption = '&Cancel'
  23.     Default = True
  24.     TabOrder = 0
  25.     OnClick = btnCancelClick
  26.   end
  27. end
  28.